home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / constrct.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.4 KB  |  95 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : CONSTRUCT and CREATE_CO
  3. -- VERSION           : 841201
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : wis_ada at mitre
  6. -- AUTHOR            : Mitre Corp.
  7. -- COPYRIGHT         : 
  8. -- DATE CREATED      : 10 NOV 84
  9. -- DATE RELEASED     : 15 DEC 84
  10. -- DATE LAST UPDATED : 21 JAN 85
  11. -- LOCATION          : ASR
  12. -- ENVIRONMENT       : Intellimac 7000M
  13. --                   : UNIX
  14. --                   : Telesoft unvalidated
  15. --= CLASSIFICATION       ===============================================--
  16. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  17. -- CATEGORY LEVEL 2  : Create Compilation Order
  18. -- CATEGORY LEVEL 3  : 
  19. -- CATEGORY LEVEL 4  : 
  20. -- KEYWORD           : Automatic Compilation
  21. -- KEYWORD           : Compilation Order
  22. -- INDEX             : Automatic Compilation
  23. -- INDEX             : Compilation, Automatic
  24. -- INDEX             : Compilation Order
  25. -- INDEX             : Order, Compilation
  26. -- INDEX             : Configuration Management
  27. -- INDEX             : Management, Configuration
  28. -- INDEX             : Dependency Graph
  29. -- INDEX             : Graph, Dependency
  30. -- TAXONOMY          : 
  31. -- DEPENDENCIES      : 
  32. -- SEE ALSO          : WIS_TOOL_25
  33. --= FILE LISTING         ===============================================--
  34. -- FILE SPECS        : PD:<ADA.TOOLS>CONSTRCT.*
  35. -- DIRECTORY DISPLAY :
  36. -- Directory   PD:<ADA.TOOLS>
  37. --      File Name     Byte Count  Line Count
  38. --   ---------------  ----------  ----------
  39. --   CONSTRCT.CMM            572          29
  40. --   CONSTRCT.DOC          31539        1584
  41. --   CONSTRCT.PRO           4184          86
  42. --   CONSTRCT.SRC         147191        4148
  43. --   ===============  ==========  ==========
  44. --     4 Files            183486        5847
  45. --= ABSTRACT             ===============================================--
  46. --         The  function of Construct is to perform the minimal number of
  47. -- system commands to bring a project up to date given  that  changes  to
  48. -- project  files  have  occurred.   If  a project is already up to date,
  49. -- Construct will indicate  this  and  no  commands  will  be  performed.
  50. -- Construct  can  also  be used to supply descriptive information in the
  51. -- form of dependency graphs and name lists of project files.
  52. -- 
  53. --         Create_CO  reads  a set of Ada source code files and creates a
  54. -- configuration object which describes the dependencies that exist among
  55. -- the  files.   The  configuration object is formatted so that it may be
  56. -- read by Construct.  In determining  dependencies,  Create_CO  observes
  57. -- the  filenaming  conventions  of  the  TeleSoft  Ada  compiler  (i.e.,
  58. -- filename extensions of .text, .sym, .code) and the compiler's language
  59. -- restriction  that  specifications and bodies of Ada packages reside in
  60. -- the same file.
  61. --= REVISION HISTORY     ===============================================--
  62. --
  63. -- DATE      VERSION AUTHOR        HISTORY
  64. -- 12/15/84  841201  Mitre Corp    Initial Release
  65. -- 01/21/85  841201  Mitre Corp    Converted subfile headers
  66. --                                 into Ada comments
  67. --= RELEASE NOTICE       ===============================================--
  68. -- This prologue must be included in all copies of this software.
  69. --
  70. -- This software is released to the Public Domain (note:
  71. --   software released to the Public Domain is not subject
  72. --   to copyright protection).
  73. --
  74. -- Restrictions on use or distribution:  Although there are
  75. --      no current plans to provide maintenance for CONSTRUCT
  76. --      or CREATE_CO, we would appreciate your reporting
  77. --      problems and experiences to:
  78. --              
  79. --                wis_ada at mitre (net address)
  80. --
  81. --      or call at:
  82. --
  83. --                (703)  883-7697
  84. --= DISCLAIMER           ===============================================--
  85. --     This software and its documentation are provided "AS IS" and
  86. -- without any expressed or implied warranties whatsoever.  No warranties
  87. -- as to performance, merchantability, or fitness for a particular
  88. -- purpose exist.
  89. --     The user is advised to test the software thoroughly before
  90. -- relying on it.  The user must assume the entire risk and liability of
  91. -- using this software.  In no event shall any person or organization of
  92. -- people be held responsible for any direct, indirect, consequential or
  93. -- inconsequential damages or lost profits.
  94. --======================================================================--
  95.